home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tech Arsenal 1
/
Tech Arsenal (Arsenal Computer).ISO
/
tek-20
/
nosvw.zip
/
NNTP
< prev
next >
Wrap
Text File
|
1991-09-18
|
3KB
|
82 lines
==== NOSview [137]
nntp
====
The 'nntp' commands control the operation of the Network News
Transfer Protocol (NNTP).
_________________________________________________________________
nntp addserver <nntpserver_host> <interval> [<range>] [<groups>]
_________________________________________________________________
Add an NNTP news server to query every <interval> seconds for new
articles in the specified <groups>.
<range> specifies the time-of-day limits when the queries will be
made.
Multiple 'nntp addserver' commands may be used to concatenate
groups (up to a maximum of 512 bytes).
>> Example:
nntp addserver ns9nws 600 22:00-23:00 rec.ham-radio*
_________________________________________________________________
nntp directory [ spool|control <directory> ]
_________________________________________________________________
Display or set the default spool directory for spooling news
articles. This is in addition to the control directory
(N:\SPOOL\NEWS).
>> Example: nntp directory spool spool/articles
_________________________________________________________________
nntp dropserver <nntpserver_host>
_________________________________________________________________
Drop the specified NNTP server.
>> Example: nntp drop ns9nws
_________________________________________________________________
nntp groups <group> [<group> ...] Default: All groups
_________________________________________________________________
Display or set the currently set USEnet newsgroup(s). The group
names are separated by spaces or commas. The '*' and '!'
metacharacters (meaning 'all' and 'not' respectively) are
supported.
>> Example: nntp groups rec.ham-radio*,!rec.ham-radio.swap
_________________________________________________________________
nntp kick <nntpserver_host>
_________________________________________________________________
Kick the local NNTP client to get in touch with the named server.
>> Example: nntp kick ns9nws
_________________________________________________________________
nntp listservers
_________________________________________________________________
List the currently defined servers.
_________________________________________________________________
nntp trace <level> Default: 1
_________________________________________________________________
Sets or shows the current trace level for NNTP traffic.
Level
0: No tracing.
1: Display serious errors only
2: Display serious and transient errors
3: Display serious and transient errors, plus session progress
4: Display serious and transient errors, session progress and
actual received articles
5: Display errors.
>> Example: nntp trace 4